/* html,
body{
    overflow-x: hidden;
} */

.font-Poppins-bold {
    font-family: Poppins-Bold !important;
}
.font-Poppins-Regular {
    font-family: Poppins !important;
}
.font-Poppins-Medium {
    font-family: Poppins-Medium !important;
}
.font-Poppins-Light {
    font-family: Poppins-Light !important;
}
.font-Poppins-SemiBold {
    font-family: Poppins-SemiBold !important;
}
.font-Aktiv-Grotesk {
    font-family: Aktiv-Grotesk !important;
}
* {
    font-size: 15px;
}
.margin-bottom-custom {
    margin-bottom: 100px !important;
}
.m-t-c {
    margin-top: 50px;
}
.m-b-c {
    margin-bottom: 6rem !important;
}
.m-b-s {
    margin-bottom: 4rem !important;
}
.t-x-c-n {
    transform: translateX(-45px) !important;
}
.t-x-c-p {
    transform: translateX(45px) !important;
}

.h1 {
    font-size: 38px !important;
}
.h2 {
    font-size: 20px !important;
}
.h3 {
    font-size: 18px !important;
}
.h4 {
    font-size: 16px !important;
}
.h5 {
    font-size: 13px !important;
}

@media only screen and (min-width: 768px) and (max-width: 992.89px) {
    .h1 {
        font-size: 50px !important;
    }
    .h2 {
        font-size: 25px !important;
    }
    .h3 {
        font-size: 22px !important;
    }
    .h4 {
        font-size: 20px !important;
    }
    .h5 {
        font-size: 15px !important;
    }
}
@media only screen and (min-width: 992.89px) {
    .h1 {
        font-size: 50px !important;
    }
    .h2 {
        font-size: 25px !important;
    }
    .h3 {
        font-size: 22px !important;
    }
    .h4 {
        font-size: 20px !important;
    }
    .h5 {
        font-size: 15px !important;
    }
}
@media only screen and (max-width: 767px) {
    .margin-custom {
        margin-bottom: 75px !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1260.98px) {
    /* Flow */

    .h5 {
        font-size: 13px !important;
    }
    .h4 {
        font-size: 16px !important;
    }
}
@media only screen and (max-width: 992px) {
    html {
        font-size: 50%;
    }
}

html {
    box-sizing: border-box;
}
